home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / util / arc / bzip2_src.lha / bzip2-1.0.0 / libbz2.def < prev    next >
Encoding:
Text File  |  2000-05-17  |  517 b   |  28 lines

  1. LIBRARY            LIBBZ2
  2. DESCRIPTION        "libbzip2: library for data compression"
  3. EXPORTS
  4.     BZ2_bzCompressInit
  5.     BZ2_bzCompress
  6.     BZ2_bzCompressEnd
  7.     BZ2_bzDecompressInit
  8.     BZ2_bzDecompress
  9.     BZ2_bzDecompressEnd
  10.     BZ2_bzReadOpen
  11.     BZ2_bzReadClose
  12.     BZ2_bzReadGetUnused
  13.     BZ2_bzRead
  14.     BZ2_bzWriteOpen
  15.     BZ2_bzWrite
  16.     BZ2_bzWriteClose
  17.     BZ2_bzWriteClose64
  18.     BZ2_bzBuffToBuffCompress
  19.     BZ2_bzBuffToBuffDecompress
  20.     BZ2_bzlibVersion
  21.     BZ2_bzopen
  22.     BZ2_bzdopen
  23.     BZ2_bzread
  24.     BZ2_bzwrite
  25.     BZ2_bzflush
  26.     BZ2_bzclose
  27.     BZ2_bzerror
  28.